home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / FetchURL / FetchURL.doc < prev    next >
Text File  |  1996-03-30  |  4KB  |  103 lines

  1.                               _
  2.     FetchURL v1.0          _ //
  3.     For Amiga Technologies \X/ AMIGA
  4.     FetchURL, the Workbench object remover and desktop cleaner.
  5.     FetchURL © 1995 Bahman Moallem.
  6.     FetchURL.doc v1.1 © 1995-1996 Bahman Moallem.
  7.     All Rights Reserved Worldwide
  8.  
  9.     $VER: FetchURL.doc v1.1 © 1995-1996 Bahman Moallem.
  10.     -----------------------------------------------------------------------
  11.  
  12.     DISCLAIMER
  13.     -----------------------------------------------------------------------
  14.     The author of this program is not responsible for any loss of data,
  15.     damages to software or hardware that may result directly or indirectly
  16.     from the use of this program. Use this software at your own risk.
  17.  
  18.     COPYING
  19.     -----------------------------------------------------------------------
  20.     FetchURL is copyright © 95-96 Bahman Moallem. FetchURL is
  21.     freely distributable so long as all files accompanying the FetchURL
  22.     package remain intact and unchanged. Unlimited non-commercial use and
  23.     distribution is encouraged.
  24.  
  25.     Commercial use of FetchURL or inclusion of FetchURL in
  26.     commercial applications requires expressed written consent. Please
  27.     contact the author directly for further information.
  28.  
  29.     REQUIREMENTS
  30.     -----------------------------------------------------------------------
  31.     AmigaOS 2.04 or better.
  32.  
  33.     INSTALLATION AND SETUP
  34.     -----------------------------------------------------------------------
  35.     Copy FetchURL executable to the directory C: or any to other
  36.     directory in the search path of your Amiga.
  37.  
  38.     INTRODCTION, PROGRAM DESCRIPTION AND USAGE
  39.     -----------------------------------------------------------------------
  40.     FetchURL is a small robot that can fetch files from cyberspace. FetchURL
  41.     uses a 16kb write-buffer and was designed to not consume much memory
  42.     even when it is bringing huge data files. Furthermore, user can always
  43.     abort [Ctrl-C] the transfer while it is in process.
  44.  
  45.     FetchURL understands the following template:
  46.  
  47.     TEMPLATE
  48.     From/A,To/K
  49.  
  50.     From/A is the mandatory source object and To/K is the optional
  51.     destination object.
  52.  
  53.     By default, FetchURL brings the from object from a server to the local
  54.     computer.
  55.  
  56.     All of the following calls result in same action:
  57.  
  58.     FetchURL From www.xspace.nl/mix/index.html
  59.     FetchURL From htt://www.xspace.nl/mix/index.html
  60.     FetchURL www.xspace.nl/mix/
  61.  
  62.     As you can see in the above example, if the destination object is a
  63.     directory, index.html is assumed as the destination target.
  64.  
  65.     By default, the destination object is located in the current directory.
  66.     If you want to change this, you can use the To/K argument when you call
  67.     the program.
  68.  
  69.     FetchURL From http://www.xspace.nl/mix/News.LHA To XDH1:News.LHA
  70.  
  71.     Will fetch News.LHA from www.xspace.nl/mix/ and copy it to XDH1:News.LHA
  72.  
  73.     HISTORY
  74.     -----------------------------------------------------------------------
  75.     951028 - version 1.0
  76.     First version released to the public 8^).
  77.  
  78.     COPYRIGHT NOTICES
  79.     -----------------------------------------------------------------------
  80.     Amiga is a registered trademark of Amiga Technologies GmbH.
  81.  
  82.     FetchURL version 1.0 © 1995 Bahman Moallem.
  83.     FetchURL.doc v1.1 © 1995-1996 Bahman Moallem.
  84.  
  85.     All program names mentioned in this document are either Copyright or
  86.     Trademark of their respective owner(s).
  87.  
  88.     SPECIAL THANKS TO
  89.     -----------------------------------------------------------------------
  90.     - Jonas Edlund for beta-testing.
  91.  
  92.     CONTACT
  93.     -----------------------------------------------------------------------
  94.     If you find some bugs or have some constructive ideas on how to improve
  95.     FetchURL, please contact the author via Internet mail to:
  96.  
  97.     fetchurl@ctools.pp.se
  98.  
  99.     The latest version of FetchURL is always available at the author's
  100.     WWW site:
  101.  
  102.     http://www.ctools.pp.se/
  103.